Wiki

Clone wiki

inf225public / glossary / Dynamic language

[Alphabetical Index | Tag Index]

Dynamic language

A language where most or all of the language semantics is processed at runtime, including aspects such as Name binding and typing. May have features such as Duck typing, Dynamic typing, runtime reflection and introspection, and often allows code to be replaced and objects to be extended at runtime.

[Wikipedia]

Updated